    body
    {
        color: rgb(235, 222, 86);
        background-color: rgb(43, 43, 43);
    }
    h1, h2, h3
    {
        color: rgb(235, 222, 86);
    }
    .next
    {
        color: rgb(235, 222, 86);
        background-color: rgb(43, 43, 43);
        -webkit-box-shadow: 0 0 5pt white;
        box-shadow: 0 0 7pt white;
    }
    .next:hover
    {
        -webkit-box-shadow: 0 0 3pt white;
        box-shadow: 0 0 3pt white;
    }
    .next:focus
    {
        -webkit-box-shadow: 0 0 0pt white;
        box-shadow: 0 0 0pt white;
    }
    a
    {
        color: rgb(235, 222, 86);
    }
    a:hover, a:focus
    {
        color: white;
    }
    .copyright a
    {
        color: rgb(235, 222, 86);
    }
    .copyright a:hover
    {
        color: white;
    }
    table, th, td
    {
        border-color: rgb(235, 222, 86) !important;
    }
    img
    {
        background-color: white;
    }
    hr
    {
        border-top: 1pt solid white;
    }
    .portrait-separator
    {
        border: 1px solid rgb(235, 222, 86);
    }
    .source
    {
        background-color: rgb(56, 56, 56);
    }
    .source .hljs-type, .source .hljs-keyword
    {
        color: #00b6ff;
    }
    .source .hljs-comment
    {
        color: #aa66dd;
    }
    .source-long .hljs-comment
    {
        color: #aa66dd !important;
    }
    .hljs-string
    {
        color: #00d800;
    }
    .hljs-literal
    {
        color: #bd00bd;
    }
    .language-latex
    {
        color: lightgray;
    }
